PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLinkAnnotation Class / setAction Method
The action to be performed when the link annotation is activated.
In This Topic
    setAction Method
    In This Topic
    Sets the link action.
    and are mutually exclusive, when one is set, the other is reset.
    Syntax
    public void setAction( 
       PDFAction action
    )

    Parameters

    action
    The action to be performed when the link annotation is activated.
    See Also